projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08eb639
)
; Improve message text in xref.el
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Oct 2022 11:43:21 +0000
(14:43 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 15 Oct 2022 11:43:21 +0000
(14:43 +0300)
* lisp/progmodes/xref.el (xref--query-replace-1): Improve text of
user-error.
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index afb4509913986f43f4e17c51cb30a46122e0bf5a..bb36688ef856b09469636f4ff37d1200e66ffc12 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-898,7
+898,7
@@
ITEMS is an xref item which " ; FIXME: Expand documentation.
(perform-replace from to t t nil nil multi-query-replace-map)))
(unless did-it-once
(user-error
- "Cannot
use subset of matches of identifier for global renaming
"))
+ "Cannot
perform global renaming of symbols using find-definition results
"))
(when (and continue (not buf-pairs))
(message "All results processed"))))